@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.text-oferta {
display: flex;
flex-direction: column;
overflow: scroll; width: 100%; height: 230px; padding: 5px; border: solid 1px #eee; }
#formOferta .anr_captcha_field {
grid-column: 1/3;
margin: 0 auto;
}
#formOferta #ofert-verify {
grid-column: 1/3;
}
#shadow {
position: fixed;
width: 100%;
height: 100%;
z-index: 999; background: #000;
opacity: 0.5; left: 0;
top: 0;
}
.firmBlank {
width: 100%;
}
.form_data {
display: flex;
justify-content: space-between;
}
.oferta .form-group .form-control {
margin: 0;
}
.oferta .form-group {
margin: 10px 0 0 0;
}
.oferta {
top: 7%;
max-width: 65%;
min-width: 60%;
left: 50%;
transform: translateX(-50%);
height: 90vh;
max-height: 647px;
overflow-y: auto;
visibility: hidden; padding: 1% 2%;
position: fixed;
background-color: white;
z-index: 1000;
}
label.apply, label.apply_vteme {
font-size: 0.8em;
margin: 0;
color: #3a3a3a;
line-height: 1.5;
display: inline-block;
}
.ofertaQr {
align-items: center;
margin-top: 10px;
display: flex;
flex-direction: column;
}
.ofertaQr span {
font-size: .8em;
}
.btn-send-form {
font-family: 'Oswald', sans-serif;
background-color: #F86D0B;
color: #FFF;
text-transform: uppercase;
border: none;
text-align: center;
width: 100%;
max-width: 150px;
padding: 8px 0;
font-size: 16px;
cursor: pointer;
justify-self: end;
margin-right: 10px;
}
.md-close {
font-family: 'Oswald', sans-serif;
background: none;
border: 1px solid #F86D0B;
text-transform: uppercase;
color: #F86D0B;
text-align: center;
width: 100%;
max-width: 150px;
padding: 8px 0;
font-size: 16px;
cursor: pointer;
transition: 0.2s linear;
justify-self: start;
margin-left: 10px;
}
.md-close:hover {
background-color: #F86D0B;
color: #FFF;
}
.ofert-inputs-group {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
justify-items: center;
row-gap: 10px;
margin-top: 20px;
}
.ofert-input-group {
display: flex;
width: 80%;
font-family: 'Oswald', sans-serif;
}
.ofert-input-group .form-control {
width: 100%;
border: none;
border-bottom: 1px solid #F86D0B;
}
.ofert-input-group .input-group-addon {
display: flex;
align-items: center;
color: #F86D0B;
margin-right: 10px;
}
.input-group-addon .i-user {
content: url(//anika-cs.by/wp-content/themes/anika/images/ofertIcons/user.svg);
width: 24px;
}
.input-group-addon .i-call {
content: url(//anika-cs.by/wp-content/themes/anika/images/ofertIcons/call.svg);
width: 24px;
}
.input-group-addon .i-office {
content: url(//anika-cs.by/wp-content/themes/anika/images/ofertIcons/business.svg);
width: 24px;
}
.input-group-addon .i-mail {
content: url(//anika-cs.by/wp-content/themes/anika/images/ofertIcons/mail.svg);
width: 24px;
}
.ofert-input-group .form-control:focus {
outline: none;
color: #F86D0B;
}
.qrCode {
display: flex;
flex-direction: row;
align-items: center;
}
.qrCode .yandex-money {
width: 50%;
}
.data-process-text {
font-size: 12px;
margin: 9px 0;
text-align: center;
color: #f86d0b;
grid-column: 1/3;
}
.buttons-group-form {
display: flex;
width: 100%;
justify-content: center;
grid-column: 1/3;
}
@media (max-width: 1055px) {
.form_data {
flex-direction: column;
}
}
@media (max-width: 1024px) {
#oferta {
max-width: unset;
width: 85%;
left: 50%;
transform: translateX(-50%);
}
}
@media (max-width: 768px) {
#oferta {
padding-bottom: 20px;
}
input.btn-send-form,
button.md-close
{
max-width: 110px;
padding: 6px 0;
font-size: 14px;
margin-top: 20px;
}
.qrCode {
flex-direction: column;
}
.qrCode .yandex-money {
width: unset;
}
}
@media (max-width: 500px) {
.oferta_form {
margin: 10px 0;
}
.ofert-inputs-group {
grid-template-rows: 1fr;
justify-items: unset;
}
.ofert-input-group {
grid-column: 1/3;
width: 95%;
}
}
@media (max-width: 475px) {
#oferta {
width: 90%;
}
.oferta_form label {
display: unset;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

@-webkit-keyframes change-color {
0%,
to {
color: #270a3a
}
50% {
color: #f86d0b
}
}
@keyframes change-color {
0%,
to {
color: #270a3a
}
50% {
color: #f86d0b
}
}
@-webkit-keyframes phoneRing {
0%,
50%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
30% {
-webkit-transform: rotate(25deg);
transform: rotate(25deg)
}
80% {
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg)
}
}
@keyframes phoneRing {
0%,
50%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
30% {
-webkit-transform: rotate(25deg);
transform: rotate(25deg)
}
80% {
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg)
}
}
@font-face {
font-family: 'Oswald';
src: url(//anika-cs.by/wp-content/themes/anika/fonts/Oswald-Regular.ttf);
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Oswald';
src: url(//anika-cs.by/wp-content/themes/anika/fonts/Oswald-Bold.ttf);
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Oswald';
src: url(//anika-cs.by/wp-content/themes/anika/fonts/Oswald-Medium.ttf);
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'Oswald';
src: url(//anika-cs.by/wp-content/themes/anika/fonts/Oswald-ExtraLight.ttf);
font-weight: 200;
font-style: normal;
font-display: swap
}
*,
body {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
body {
font-family: 'Oswald', sans-serif
}
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0
}
.mt-20 {
margin-top: 20px
}
textarea {
resize: none
}
h5.section-title {
position: relative;
font-weight: 700;
font-size: 25px;
color: #282828;
text-transform: uppercase;
padding-left: 1em;
}
h5.section-title.wide-title::before {
-webkit-transform: unset;
transform: unset;
top: 7px
}
h5.section-title::before {
content: '';
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 12px;
height: 27px;
background-color: #f86d0b
}
h5.section-title.vertical-title {
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
writing-mode: tb-rl;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
padding-left: 0;
padding-top: 1em
}
h5.section-title.vertical-title::before {
width: 27px;
height: 12px;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
h5.section-title a {
text-decoration: none;
color: #270a3a;
position: relative;
padding-top: 10px;
-webkit-animation: change-color 3s infinite;
animation: change-color 3s infinite
}
h5.section-title a span {
position: absolute;
bottom: 103px;
right: -5px
}
@media (max-width:375px) {
h5.section-title {
font-size: 16px;
margin-right: 5px
}
h5.section-title::before {
height: 16px;
width: 10px
}
h5.section-title.vertical-title {
font-size: 16px
}
h5.section-title.vertical-title::before {
width: 16px;
height: 10px
}
}
.orange-color,
footer .studio-data a:hover,
header.home-header .navigation .social-links a:hover {
color: #f86d0b
}
.side-panel {
position: relative;
min-height: 100%;
min-width: 93px;
background-color: #1b0728
}
@media (max-width:640px) {
.side-panel {
min-width: 50px
}
}
a.btn-icon,
button.btn-icon,
div#service-form .form form button.btn-icon:hover,
section.contact-form .content .form form button.btn-icon:hover {
width: 100%;
height: 43px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff
}
a.btn-icon,
button.btn-icon {
padding: 0;
max-width: 242px;
font-size: 16px;
border: 3px solid #f86d0b;
text-decoration: none;
letter-spacing: .03em;
text-transform: uppercase;
-webkit-transition: .25s ease-out;
transition: .25s ease-out;
font-family: 'Oswald'
}
a.btn-icon:hover,
button.btn-icon:hover {
background-color: #f86d0b
}
a.btn-icon .icon,
button.btn-icon .icon,
div#service-form .form form .input-icon .icon,
section.contact-form .content .form form .input-icon .icon {
background-color: #f86d0b;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
a.btn-icon .icon,
button.btn-icon .icon {
min-width: 56px;
height: 43px
}
a.btn-icon .icon img,
button.btn-icon .icon img {
margin-left: -10px
}
a.btn-icon span.link-text,
button.btn-icon span.link-text {
padding-left: 35px
}
.ya-chat-widget.ya-chat-widget_desktop.ya-chat-widget_theme_light.ya-chat-widget_size_large {
right: 2.4% !important
}
.red-alert {
font-size: 12px;
text-transform: uppercase;
color: red;
text-align: center;
margin: 9px 0
}
.hidden {
display: none
}
.form-success-modal {
text-align: center;
padding: 0 24px;
position: fixed;
z-index: 1000;
top: 10vh;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
width: 100%;
max-width: 600px
}
.form-success-modal .close-btn {
position: absolute;
right: 12px;
top: 12px;
cursor: pointer
}
.form-success-modal h5 {
margin-top: 50px;
color: #f86d0b;
text-transform: uppercase;
font-weight: 400;
font-size: 18px
}
.form-success-modal p {
margin-top: 17px;
margin-bottom: 35px;
color: #282828
}
.form-success-modal .logo {
margin: 0 auto 40px
}
@media (max-width:650px) {
.form-success-modal {
max-width: unset;
width: 95%
}
}
section.contact-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: -webkit-gradient(linear, right top, left top, from(rgba(248, 109, 11, .8)), to(rgba(27, 7, 40, .8)));
background: linear-gradient(270deg, rgba(248, 109, 11, .8) 0, rgba(27, 7, 40, .8) 100%)
}
section.contact-form .content {
padding: 47px 40px 47px 0;
position: relative
}
section.contact-form .content h5.section-title {
color: #fff;
-ms-flex-item-align: start;
align-self: start;
margin-left: 38px;
margin-right: 49px;
white-space: nowrap
}
section.contact-form .content p.any-question {
color: #f86d0b;
text-transform: uppercase;
font-size: 30px;
font-weight: 500
}
section.contact-form .content img.girl {
max-width: 384px;
display: block;
position: absolute;
bottom: 0;
left: 212px
}
section.contact-form .content .form {
margin-left: auto;
max-width: 672px;
width: 100%;
background-color: #fff;
padding: 55px 32px 38px
}
section.contact-form .content .form p.data-process-text {
font-size: 12px;
text-align: center;
margin: 9px 0
}
div#service-form .form form,
section.contact-form .content .form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
div#service-form .form form .input-icon,
section.contact-form .content,
section.contact-form .content .form form .input-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%
}
div#service-form .form form .input-icon .icon,
section.contact-form .content .form form .input-icon .icon {
width: 82px;
height: 48px
}
section.contact-form .content .form form .input-icon .icon img {
width: 25px;
height: auto
}
div#service-form .form form input,
section.contact-form .content .form form input {
margin-bottom: 30px;
width: 100%
}
div#service-form .form form textarea,
section.contact-form .content .form form textarea {
width: 100%;
height: 200px
}
div#service-form .form form button.btn-icon,
section.contact-form .content .form form button.btn-icon {
cursor: pointer
}
div#service-form .form form button.btn-icon:hover,
section.contact-form .content .form form button.btn-icon:hover {
background: #f86d0b
}
div#service-form .form input,
div#service-form .form textarea,
section.contact-form .content .form input,
section.contact-form .content .form textarea {
border: 1px solid #c4c4c4;
border-radius: 0;
padding: 12px 14px 13px 17px;
font-family: 'Oswald';
color: #c4c4c4;
font-size: 14px;
letter-spacing: .03em
}
div#service-form .form input:focus,
div#service-form .form textarea:focus,
section.contact-form .content .form input:focus,
section.contact-form .content .form textarea:focus {
outline: 0;
color: #f86d0b;
border: 1px solid #f86d0b
}
section.contact-form .content .form button {
color: #282828;
background: 0 0;
height: 43px;
margin-top: 26px
}
@media (max-width:1440px) {
section.contact-form .content img.girl {
bottom: -70px;
left: 52px
}
section.contact-form .content .form {
width: 50%
}
}
@media (max-width:1024px) {
section.contact-form .content img.girl {
-webkit-transform: scale(.9);
transform: scale(.9)
}
section.contact-form .content .form {
padding: 20px
}
section.contact-form .content .form form input {
margin-bottom: 20px
}
}
@media (max-width:860px) {
section.contact-form .content img.girl {
-webkit-transform: scale(.8);
transform: scale(.8)
}
}
@media (max-width:768px) {
section.contact-form .content {
display: grid;
grid-template-columns: 80px 1fr;
grid-template-rows: 92px;
padding-right: 0
}
section.contact-form .content h5.section-title {
grid-row: 1/3;
width: 37px
}
section.contact-form .content img.girl {
display: none
}
section.contact-form .content div.form {
margin: 20px;
margin-left: initial;
width: 90%;
position: relative
}
section.contact-form .content div.form .anr_captcha_field {
display: none;
position: absolute;
z-index: 1000;
bottom: 80px;
left: 20px
}
}
@media (max-width:500px) {
section.contact-form .content {
grid-template-columns: 1fr;
grid-template-rows: 1fr
}
section.contact-form .content h5.section-title {
display: none;
margin: 0 10px
}
section.contact-form .content p {
font-size: 25px;
margin-left: 20px
}
section.contact-form .content div.form {
width: calc(100% - 40px);
margin-right: 0;
margin-left: 20px
}
}
@media (max-width:410px) {
section.contact-form .content div.form .anr_captcha_field {
left: -10px
}
}
@media (max-width:375px) {
section.contact-form .content {
padding-right: 10px;
grid-template-columns: 1fr
}
section.contact-form .content h5.section-title {
width: 26px;
margin-right: 5px
}
section.contact-form .content p {
font-size: 6.5vw
}
section.contact-form .content div.form {
padding: 10px;
height: 93%
}
section.contact-form .content div.form .anr_captcha_field {
left: -60px
}
section.contact-form .content div.form form .input-icon .icon {
width: 52px;
height: 38px
}
section.contact-form .content div.form form .input-icon .icon img {
width: 40%
}
section.contact-form .content div.form form textarea {
height: 120px;
padding: 8px 4px 7px 6px
}
section.contact-form .content div.form form input {
padding: 8px 4px 7px 6px
}
}
footer,
header.home-header {
position: relative;
color: #fff
}
footer {
background-color: #270a3a;
padding-bottom: 23px;
display: flex;
}
.footer__inner {
padding-top: 25px;
padding-left: 20px;
width: 100%;
display: grid;
grid-template-columns: 165px 1fr 1fr 1fr;
justify-items: center;
}
footer .scroll-top {
display: none;
position: fixed;
cursor: pointer;
right: 3%;
bottom: 105px;
opacity: .75;
-webkit-transition: .1s linear;
transition: .1s linear
}
footer .scroll-top:hover,
header.home-header .watermark:hover {
opacity: 1
}
footer img {
display: block;
width: 99px
}
footer .studio-data h6 {
text-transform: uppercase;
font-size: 14px;
font-weight: 700
}
footer .studio-data a {
color: #fff;
-webkit-transition: .2s linear;
transition: .2s linear
}
footer .studio-data p {
font-size: 14px
}
@media (max-width:1280px) {
.footer__inner {
display: grid;
grid-template-columns: 140px repeat(auto-fit, minmax(221px, 1fr))
}
}
@media (max-width:1159px) {
.footer__inner {
justify-items: stretch;
row-gap: 20px
}
footer img {
grid-row-end: span 4;
align-self: flex-start
}
}
@media (max-width:768px) {
.footer__inner {
padding-right: 40px;
grid-template-columns: 140px repeat(auto-fit, minmax(201px, 1fr))
}
}
@media (max-width:640px) {
.footer__inner {
grid-template-columns: 1fr
}
footer,
footer .text-right-on-mobile {
text-align: center
}
footer img {
grid-column: initial;
margin: 0 auto
}
}
header.home-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
header.home-header .watermark {
z-index: 10;
position: absolute;
top: 19px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: .5;
-webkit-transition: .25s linear;
transition: .25s linear;
cursor: pointer
}
header.home-header .page-watermark {
width: 169px !important;
height: 50px !important
}
header.home-header .side-panel {
position: relative;
min-height: 100%;
min-width: 93px;
background-color: #1b0728;
z-index: 20
}
header.home-header .side-panel .burger-menu,
header.home-header .side-panel .phone,
header.home-header .side-panel .phone a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
header.home-header .side-panel .phone {
position: fixed;
left: 0;
top: 94px;
cursor: pointer;
width: 93px;
height: 93px;
background-color: #1b0728
}
header.home-header .side-panel .home-link {
display: flex;
position: fixed;
left: 0;
top: 0;
width: 93px;
height: 93px;
background-color: #1b0728
}
header.home-header .side-panel .home-link a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
header.home-header .side-panel .home-link a svg {
width: 65px;
height: 70px;
}
header.home-header .side-panel .home-link:hover a svg {
animation: phoneRing .3s linear
}
header.home-header .side-panel .burger-menu,
header.home-header .side-panel .phone a {
width: 100%;
height: 100%
}
header.home-header .side-panel .phone:hover img {
-webkit-animation: phoneRing .3s linear;
animation: phoneRing .3s linear
}
header.home-header .side-panel .burger-menu {
-webkit-transition: .1s linear;
transition: .1s linear;
z-index: 10;
cursor: pointer;
background-color: #1b0728;
width: 93px;
height: 93px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
left: 0;
bottom: 0
}
header.home-header .side-panel .burger-menu .line {
-webkit-transition: .1s linear;
transition: .1s linear;
width: 50px;
height: 5px;
background-color: #fff;
margin-bottom: 14px
}
header.home-header .navigation .social-links a:last-child,
header.home-header .side-panel .burger-menu .line:last-child,
section.news .news-block div.news .news-content .list-news ul li:last-child {
margin-bottom: 0
}
header.home-header .side-panel .burger-menu.active,
section.home-information .information .main-information .our-spheres .sphere {
-webkit-transition: .1s linear;
transition: .1s linear
}
header.home-header .side-panel .burger-menu.active .line.first-line {
-webkit-transform: rotate(45deg) translate(13px, 13px);
transform: rotate(45deg) translate(13px, 13px)
}
header.home-header .side-panel .burger-menu.active .line.third-line {
-webkit-transform: rotate(-45deg) translate(13px, -13px);
transform: rotate(-45deg) translate(13px, -13px)
}
header.home-header .side-panel .burger-menu.active .line.second-line {
opacity: 0
}
header.home-header .navigation {
visibility: hidden;
padding: 31px 0 71px 34px;
display: block;
background-color: #1b0728;
height: 100vh;
overflow-y: auto;
width: 394px;
position: fixed;
left: -100%;
top: 0;
-webkit-transform: translateX(92px);
transform: translateX(92px);
z-index: 1001
}
header.home-header .navigation .close,
header.home-header .navigation menu a,
header.home-header .navigation menu li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
header.home-header .navigation .close {
cursor: pointer;
position: absolute;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 37px;
right: 31px;
background-color: #5b3c70;
width: 25px;
height: 25px
}
header.home-header .navigation .close,
header.home-header .navigation .close svg {
-webkit-transition: -webkit-transform .25s linear;
transition: transform .25s linear;
transition: transform .25s linear, -webkit-transform .25s linear
}
header.home-header .navigation .close:hover>svg {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
header.home-header .navigation h4 {
font-weight: 200;
font-size: 40px;
line-height: 40px;
text-transform: uppercase
}
header.home-header .navigation h4.social-title {
margin-top: 26px;
margin-bottom: 20px
}
header.home-header .navigation menu {
list-style-type: none;
margin-top: 46px
}
header.home-header .navigation menu a,
header.home-header .navigation menu li {
height: 56px
}
header.home-header .navigation menu li {
border-bottom: 1px solid #5b3c70;
max-width: 329px;
-webkit-transition: -webkit-transform .15s linear;
transition: transform .15s linear, -webkit-transform .15s linear;
-webkit-transition: padding-left .15s linear;
transition: padding-left .15s linear
}
header.home-header .navigation menu li:hover {
max-width: 310px;
-webkit-transform: translateX(18px);
transform: translateX(18px);
padding-left: 28px;
background-color: #5b3c70
}
header.home-header .navigation menu a {
color: #fff;
text-decoration: none;
font-size: 26px;
letter-spacing: .03em;
text-transform: uppercase;
line-height: 26px;
width: 100%
}
header.home-header .navigation .social-links a {
display: block;
text-decoration: none;
color: #fff;
font-size: 20px;
margin-bottom: 13px;
-webkit-transition: color .25s linear;
transition: color .25s linear
}
header.home-header .top-home {
position: relative;
min-height: 807px;
width: 100%;
background: url(//anika-cs.by/wp-content/themes/anika/images/main-background.webp) no-repeat center center;
background-size: cover
}
header.home-header .top-home h1 {
text-transform: uppercase;
font-size: 60px;
font-weight: 700
}
header.home-header .top-home h1.title {
margin-top: 168px
}
header.home-header .top-home h1.slogan {
opacity: .29;
margin-bottom: 40px;
line-height: 129%
}
header.home-header .top-home p.under-title {
font-size: 26px;
margin-bottom: 28px;
letter-spacing: .01em
}
header.home-header .top-home .gradient-overlay {
position: absolute;
padding-left: 94px;
width: 675px;
height: 807px;
right: 0;
top: 0;
background: -webkit-gradient(linear, right top, left top, from(rgba(248, 109, 11, .7)), to(rgba(27, 7, 40, .7)));
background: linear-gradient(270deg, rgba(248, 109, 11, .7) 0, rgba(27, 7, 40, .7) 100%)
}
header.home-header .top-home .gradient-overlay--low-padding {
padding-left: 40px;
}
header.home-header .top-home .gradient-overlay h1::-moz-selection,
header.home-header .top-home .gradient-overlay p::-moz-selection {
background: #f86d0b
}
header.home-header .top-home .gradient-overlay h1::selection,
header.home-header .top-home .gradient-overlay p::selection {
background: #f86d0b
}
header.home-header .top-home .gradient-overlay a {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
header.home-header .top-home .social-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 47px
}
header.home-header .top-home .social-link a {
margin-right: 12px
}
header.home-header .top-home .social-link a:last-child {
margin-right: 0
}
header.home-header .top-home .social-link__vk {
stroke: #fff;
-webkit-transition: .25s linear;
transition: .25s linear
}
header.home-header .top-home .social-link__vk:hover {
stroke: #f86d0b
}
header.home-header .top-home .social-link__facebook,
header.home-header .top-home .social-link__insta,
header.home-header .top-home .social-link__tiktok path {
fill: #fff;
-webkit-transition: .25s linear;
transition: .25s linear
}
header.home-header .top-home .social-link__facebook:hover,
header.home-header .top-home .social-link__insta:hover,
header.home-header .top-home .social-link__tiktok:hover path {
fill: #f86d0b
}
header.home-header .advert-background {
position: relative;
min-height: 458px;
width: 100%;
background: url(//anika-cs.by/wp-content/themes/anika/images/services-background.jpg) no-repeat center center;
background-size: cover
}
header.home-header .advert-background h1.title {
position: relative;
margin-top: 87px;
line-height: 1.03em;
padding-bottom: 14px
}
header.home-header .advert-background h1.title:after,
header.home-header .contact-background h1.title:after,
header.home-header .news-background h1.title:after,
header.home-header .portfolio-background h1.title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 242px;
height: 1px;
background-color: #c4c4c4
}
header.home-header .advert-background h1.slogan {
font-size: 45px;
line-height: 1.16em;
opacity: .29;
margin-bottom: 40px
}
header.home-header .advert-background .gradient-overlay,
header.home-header .contact-background .gradient-overlay,
header.home-header .news-background .gradient-overlay,
header.home-header .portfolio-background .gradient-overlay {
height: 458px
}
header.home-header .contact-background {
position: relative;
min-height: 458px;
width: 100%;
background: url(//anika-cs.by/wp-content/themes/anika/images/contact-background.jpg) no-repeat center center;
background-size: cover
}
header.home-header .contact-background h1.title {
position: relative;
margin-top: 87px;
line-height: 1.16em;
padding-bottom: 14px
}
header.home-header .contact-background h1.slogan {
margin-top: 15px;
font-size: 45px;
line-height: 1.16em;
opacity: .29;
margin-bottom: 40px
}
header.home-header .news-background {
position: relative;
min-height: 458px;
width: 100%;
background: url(//anika-cs.by/wp-content/themes/anika/images/news-background.jpg) no-repeat center center;
background-size: cover
}
header.home-header .news-background h1.title {
position: relative;
margin-top: 87px;
line-height: 1.16em;
padding-bottom: 14px
}
header.home-header .news-background h1.slogan {
margin-top: 15px;
font-size: 45px;
line-height: 1.16em;
opacity: .29;
margin-bottom: 40px
}
header.home-header .portfolio-background {
position: relative;
min-height: 458px;
width: 100%;
background: url(//anika-cs.by/wp-content/themes/anika/images/portfolio-background.jpg) no-repeat center center;
background-size: cover
}
header.home-header .portfolio-background h1.title {
position: relative;
margin-top: 87px;
padding-bottom: 14px;
font-size: 36px;
line-height: 105%
}
header.home-header .portfolio-background h1.slogan {
font-size: 40px;
line-height: 1.16em;
opacity: .29;
margin-bottom: 20px
}
@media (max-width:768px) {
header.home-header .top-home .gradient-overlay {
width: 100%;
padding-left: 10vw;
left: 0;
right: initial
}
header.home-header .top-home .gradient-overlay--low-padding {
padding-left: 15px;
}
header.home-header .top-home .gradient-overlay h1.title {
margin-top: 138px;
font-size: 9vw
}
header.home-header .top-home .gradient-overlay p.under-title {
font-size: 3.9vw
}
header.home-header .top-home .gradient-overlay h1.slogan {
margin-bottom: 30px;
font-size: 9vw
}
header.home-header .top-home .gradient-overlay .social-links {
margin-bottom: 30px
}
header.home-header .top-home.contact-background,
header.home-header .top-home.portfolio-background {
background-position-x: 0
}
header.home-header .top-home.contact-background .gradient-overlay h1.title {
font-size: 8vw
}
header.home-header .top-home.contact-background .gradient-overlay h1.slogan {
font-size: 6vw
}
header.home-header .top-home.portfolio-background .gradient-overlay h1.title {
font-size: 3.8vw
}
header.home-header .top-home.portfolio-background .gradient-overlay h1.slogan {
font-size: 4vw
}
header.home-header .top-home.advert-background .gradient-overlay h1.title {
margin-top: 90px;
font-size: 7.7vw
}
header.home-header .top-home.advert-background .gradient-overlay h1.slogan {
font-size: 5.8vw
}
header.home-header .top-home.news-background .gradient-overlay h1.title {
font-size: 7.5vw;
margin-top: 90px
}
header.home-header .top-home.news-background .gradient-overlay h1.title::after {
width: 35vw
}
header.home-header .top-home.news-background .gradient-overlay h1.slogan {
font-size: 5.7vw
}
}
@media (max-width:640px) {
header.home-header .watermark {
width: 169px;
height: 50px
}
header.home-header .top-home {
min-height: initial;
height: 650px
}
header.home-header .top-home .gradient-overlay {
height: 100%
}
header.home-header .top-home .gradient-overlay h1.slogan,
header.home-header .top-home .gradient-overlay h1.title {
font-size: 7vw
}
header.home-header .top-home .gradient-overlay p.under-title {
font-size: 3vw
}
header.home-header .top-home.contact-background {
height: 400px
}
header.home-header .top-home.portfolio-background {
height: 460px
}
header.home-header .top-home.portfolio-background .gradient-overlay h1.title::after {
width: 45vw
}
header.home-header .top-home.advert-background,
header.home-header .top-home.news-background {
height: 410px
}
header.home-header .top-home.advert-background .gradient-overlay h1.title::after {
width: 32vw
}
header.home-header .side-panel {
min-width: 50px
}
header.home-header .side-panel .home-link {
width: 50px;
height: 60px;
}
header.home-header .side-panel .home-link a svg {
width: 40px;
height: 50px;
}
header.home-header .side-panel .phone {
top: 62px;
width: 50px;
height: 60px
}
header.home-header .side-panel .phone img {
width: 40px;
height: 40px
}
header.home-header .side-panel .burger-menu {
width: 50px;
height: 50px
}
header.home-header .side-panel .burger-menu .line {
width: 36px;
height: 3px;
margin-bottom: 8px
}
header.home-header .side-panel .burger-menu.active .line.first-line {
-webkit-transform: rotate(45deg) translate(8px, 8px);
transform: rotate(45deg) translate(8px, 8px)
}
header.home-header .side-panel .burger-menu.active .line.third-line {
-webkit-transform: rotate(-45deg) translate(8px, -8px);
transform: rotate(-45deg) translate(8px, -8px)
}
header.home-header .side-panel .burger-menu.active .line.second-line {
opacity: 0
}
header.home-header .navigation {
-webkit-transform: translateX(50px);
transform: translateX(50px)
}
}
@media (max-width:425px) {
header.home-header .navigation {
padding-left: 10px;
width: 89%
}
header.home-header .top-home.contact-background {
background-position-x: -60px
}
header.home-header .top-home.portfolio-background .gradient-overlay h1.title {
font-size: 5vw
}
header.home-header .top-home.portfolio-background .gradient-overlay h1.slogan {
font-size: 5.2vw
}
}
@media (max-width:375px) {
header.home-header .top-home .gradient-overlay {
padding-left: 5vw
}
header.home-header .top-home.contact-background {
min-width: 91%
}
header.home-header .top-home.contact-background .gradient-overlay h1.title:after {
width: 120px
}
}
section.home-information .information {
padding: 30px 42px 42px 30px;
display: grid;
grid-template-columns: 73% 27%;
-webkit-column-gap: 27px;
-moz-column-gap: 27px;
column-gap: 27px
}
section.home-information .information .main-information {
display: grid;
grid-template-rows: 342px 1fr;
row-gap: 27px
}
section.home-information .information .main-information .our-spheres {
display: grid;
grid-template-columns: repeat(3, 1fr);
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
height: 342px
}
section.home-information .information .main-information .our-spheres .sphere:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
border-radius: 10px;
-webkit-box-shadow: 0 0 25px -4px #a8a8a8;
box-shadow: 0 0 25px -4px #a8a8a8
}
section.home-information .information .main-information .our-spheres .sphere:hover p {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
section.home-information .information .main-information .our-spheres .sphere:hover img {
-webkit-transform: rotate(-10deg) scale(1.1);
transform: rotate(-10deg) scale(1.1)
}
section.home-information .information .main-information .our-spheres .sphere a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
text-decoration: none
}
section.home-information .information .main-information .our-spheres .sphere img {
-webkit-transition: .1s linear;
transition: .1s linear;
display: block;
width: 100%;
height: auto
}
section.home-information .information .main-information .our-spheres .sphere p {
-webkit-transition: .1s linear;
transition: .1s linear;
text-transform: uppercase;
font-size: 20px;
letter-spacing: .03em;
color: #fff;
margin-top: 27px
}
section.adv-cases .adv-cases-block .case:hover>.case__header a.btn-icon .icon,
section.home-information .information .main-information .our-spheres .sphere.first-sphere,
section.our-cases .our-cases-block__content .case:hover>.case__header a.btn-icon .icon {
background-color: #f86d0b
}
section.home-information .information .main-information .our-spheres .sphere.first-sphere:hover {
background-color: #ff6900
}
section.home-information .information .main-information .our-spheres .sphere.first-sphere img {
max-width: 119px
}
section.home-information .information .main-information .our-spheres .sphere.second-sphere {
background-color: #1b0728;
padding: 0 40px
}
section.home-information .information .main-information .our-spheres .sphere.second-sphere:hover {
background-color: #2f0b47
}
section.home-information .information .main-information .our-spheres .sphere.second-sphere img {
max-width: 127px
}
section.home-information .information .main-information .our-spheres .sphere.third-sphere {
background-color: #270a3a;
padding: 0 40px
}
section.home-information .information .main-information .our-spheres .sphere.third-sphere:hover {
background-color: #390b58
}
section.home-information .information .main-information .our-spheres .sphere.third-sphere img {
max-width: 119px
}
section.home-information,
section.home-information .information .main-information .news,
section.homepage-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
section.home-information .information .main-information .news h5.section-title {
-ms-flex-item-align: start;
align-self: start;
margin-right: 27px
}
section.home-information .information .main-information .news .news-blocks {
display: grid;
grid-template-columns: 2fr 1fr;
-webkit-column-gap: 21px;
-moz-column-gap: 21px;
column-gap: 21px
}
section.home-information .information .main-information .news .news-blocks .common-news,
section.home-information .information .main-information .news .news-blocks .feature-news {
width: 100%
}
section.home-information .information .main-information .news .news-blocks .common-news img,
section.home-information .information .main-information .news .news-blocks .feature-news img {
display: block;
width: 100%;
height: 275px
}
section.home-information .information .main-information .news .news-blocks .news-item a.link-excerpt {
text-decoration: none;
color: #282828
}
div#service-form,
section.home-information .information .main-information .news .news-blocks .news-item .news-block,
section.home-information .information .side-information {
position: relative
}
section.home-information .information .main-information .news .news-blocks .news-item .news-block .news-title {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #fff9f9;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .03em;
background-color: rgba(248, 109, 11, .8)
}
section.home-information .information .main-information .news .news-blocks .news-item .news-block .news-title a {
display: block;
width: 100%;
height: 100%;
padding: 7px;
color: #fff;
text-decoration: none
}
section.home-information .information .main-information .news .news-blocks .news-item p {
padding: 7px 7px 10px;
font-size: 14px;
letter-spacing: .03em;
background: #fff;
-webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
box-shadow: 2px 4px 16px rgba(0, 0, 0, .25)
}
section.home-information .information .side-information h5.section-title {
margin-bottom: 23px
}
section.home-information .information .side-information__text {
text-align: justify;
height: calc(100% - 60px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
section.home-information .information .side-information p {
font-size: 16px;
line-height: 1.4em;
letter-spacing: .03em
}
section.home-information .information .side-information a.btn-icon {
color: #282828;
margin-left: auto
}
section.home-information .information .side-information a.btn-icon:hover {
color: #fff
}
@media (max-width:1280px) {
section.home-information .information {
grid-template-columns: 1fr
}
section.home-information .information .side-information {
margin-top: 50px
}
section.home-information .information .side-information a.btn-icon {
margin-left: initial;
margin-top: 30px
}
}
@media (max-width:1024px) {
section.home-information .information .main-information .our-spheres .sphere p {
font-size: 16px
}
}
@media (max-width:768px) {
section.home-information .information {
padding-right: 30px
}
section.home-information .information .main-information {
grid-template-rows: 300px 1fr
}
section.home-information .information .main-information .our-spheres {
height: 300px
}
section.home-information .information .main-information .our-spheres .sphere,
section.home-information .information .main-information .our-spheres .sphere.second-sphere,
section.home-information .information .main-information .our-spheres .sphere.third-sphere {
padding: 0 10px
}
section.home-information .information .main-information .our-spheres .sphere img {
width: 99px
}
section.home-information .information .main-information .our-spheres .sphere p {
font-size: 15px
}
section.home-information .information .main-information .news .news-blocks {
grid-template-columns: 1fr
}
section.home-information .information .main-information .news .news-blocks .feature-news {
height: initial
}
section.home-information .information .main-information .news .news-blocks .common-news {
display: none
}
}
@media (max-width:640px) {
section.home-information .information .main-information {
grid-template-rows: 1fr;
display: none;
}
section.home-information .information .side-information {
margin-top: 0;
}
section.home-information .information .main-information .our-spheres {
grid-template-columns: 1fr;
row-gap: 20px;
height: initial
}
section.home-information .information .main-information .our-spheres .sphere {
padding: 20px;
height: 280px
}
section.home-information .information .main-information .our-spheres .sphere p {
width: 60%;
margin-left: 10px;
font-size: 16px
}
section.home-information .information .main-information .news .news-blocks .feature-news img {
height: initial
}
section.home-information .information .main-information .news .news-blocks .feature-news .news-title {
font-size: 14px
}
}
@media (max-width:500px) {
section.home-information .information {
padding: 25px 10px
}
section.home-information .information .main-information .news h5.section-title {
margin-right: 10px
}
section.home-information .information .side-information p {
font-size: 14px
}
}
@media (max-width:375px) {
section.home-information .information .main-information .our-spheres {
grid-template-columns: 1fr
}
section.home-information .information .main-information .news .news-blocks .feature-news.news-item .news-block .news-title {
font-size: 13gpx
}
}
section.homepage-video {
color: #fff;
height: 807px;
background: -webkit-gradient(linear, right top, left top, from(rgba(248, 109, 11, .8)), to(rgba(27, 7, 40, .8)));
background: linear-gradient(270deg, rgba(248, 109, 11, .8) 0, rgba(27, 7, 40, .8) 100%)
}
section.homepage-video .video-block {
padding: 30px;
width: 100%;
display: grid;
grid-template-columns: 1fr 4fr 4fr 3fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
section.homepage-video .video-block h5.section-title {
color: #fff;
width: 37px
}
section.homepage-video .video-block .video-btn {
cursor: pointer;
justify-self: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 217px;
height: 217px;
border-radius: 50%;
background-color: rgba(27, 7, 40, .4);
-webkit-transition: .25s linear;
transition: .25s linear
}
section.adv-cases .adv-cases-block .case:hover>.case__header,
section.homepage-video .video-block .video-btn:hover,
section.our-cases .our-cases-block__content .case:hover>.case__header {
background-color: #1b0728
}
section.homepage-video .video-block h2.building-sites {
line-height: 89px;
justify-self: center;
font-size: 60px;
text-transform: uppercase;
max-width: 304px;
margin-top: 120px
}
section.homepage-video .video-block h2.building-sites .key {
line-height: 120px;
font-size: 110px
}
section.homepage-video .video-block h2.audit-sites {
position: relative;
text-transform: uppercase;
font-size: 46px;
font-weight: 500;
padding-left: 24px
}
section.homepage-video .video-block h2.audit-sites:before {
content: '';
position: absolute;
width: 10px;
height: 186px;
background-color: #f86d0b;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media (max-width:1280px) {
section.homepage-video .video-block {
grid-template-columns: 1fr 7fr 5fr
}
section.homepage-video .video-block h2.audit-sites {
justify-self: center;
grid-column: 2/3
}
}
@media (max-width:1024px) {
section.homepage-video .video-block {
padding-right: 0
}
section.homepage-video .video-block h2.building-sites {
font-size: 6.5vw
}
section.homepage-video .video-block h2.building-sites .key {
font-size: 11vw
}
}
@media (max-width:768px) {
section.homepage-video {
height: initial
}
section.homepage-video .video-block {
grid-template-columns: 1fr 4fr 5fr
}
section.homepage-video .video-block h2.building-sites {
margin-left: 20px;
line-height: 70px
}
section.homepage-video .video-block h2.audit-sites {
display: none
}
}
@media (max-width:640px) {
section.homepage-video .video-block {
grid-template-columns: 40px 1fr;
grid-template-rows: 210px 1fr
}
section.homepage-video .video-block h5.section-title {
grid-row: 1/3;
align-self: center;
justify-self: center
}
section.homepage-video .video-block .video-btn {
width: 140px;
height: 140px;
grid-column: 2/4
}
section.homepage-video .video-block .video-btn a {
height: 80px
}
section.homepage-video .video-block .video-btn a svg {
width: 80px;
height: 80px
}
section.homepage-video .video-block h2.building-sites {
grid-column: 2/4;
margin: 0;
justify-self: center;
line-height: 50px
}
section.homepage-video .video-block h2.building-sites span.key {
display: block;
line-height: 70px
}
}
@media (max-width:550px) {
section.homepage-video .video-block h2.building-sites {
line-height: 45px
}
section.homepage-video .video-block h2.building-sites span.key {
line-height: 65px
}
}
@media (max-width:500px) {
section.homepage-video .video-block {
padding-left: 10px
}
}
@media (max-width:440px) {
section.homepage-video .video-block h2.building-sites {
line-height: 40px
}
}
@media (max-width:375px) {
section.homepage-video .video-block h5.section-title {
width: 26px
}
section.homepage-video .video-block h2.building-sites {
line-height: 35px
}
section.homepage-video .video-block h2.building-sites span.key {
line-height: 45px
}
}
section.adv-cases,
section.contacts,
section.context-adv,
section.development,
section.development .content .ofert,
section.news,
section.our-cases,
section.our-team,
section.our-team .our-team__photo {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
section.our-team .our-team__photo {
width: calc(100% - 93px);
padding: 42px 42px 42px 34px
}
section.our-team .our-team__photo h5.section-title {
-ms-flex-item-align: start;
align-self: start;
margin-right: 33px
}
section.our-team .our-team__photo img {
display: block;
height: 100%;
width: 100%;
overflow: hidden
}
@media (max-width:560px) {
section.our-team .our-team__photo {
padding-right: 0
}
}
@media (max-width:500px) {
section.our-team .our-team__photo {
padding: 20px 10px;
width: 100%
}
section.our-team .our-team__photo h5.section-title {
margin-right: 10px
}
}
div#service-form {
max-width: 672px;
margin: 0 auto;
background: #fff
}
div#service-form h6.form-service-title,
section.news .news-block h4 {
text-transform: uppercase;
color: #f86d0b;
font-weight: 400;
text-align: center
}
div#service-form h6.form-service-title {
font-size: 20px;
padding-top: 30px;
margin-bottom: 30px
}
div#service-form .form {
margin: 0 auto;
max-width: 672px;
width: 100%;
background-color: #fff;
padding: 0 32px 30px
}
div#service-form .form button.mfp-close {
position: absolute;
right: 5px;
top: 5px;
margin-top: 0
}
div#service-form .form button {
color: #282828;
background: 0 0;
height: 43px;
margin-top: 36px
}
section.development .content {
margin-bottom: 34px
}
section.development .content .ofert {
padding: 0 45px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 57px;
border: 1px solid #f86d0b
}
section.development .content .ofert p a {
text-decoration: none
}
section.development .content .ofert a.btn-icon {
height: 34px
}
section.development .content .ofert a.btn-icon .icon {
height: 34px;
margin-left: -1px
}
section.development .content .ofert a.btn-icon span.link-text {
color: #282828;
text-align: center;
margin: 0 auto;
padding-left: 0
}
section.development .content .ofert a.btn-icon:hover>span {
color: #fff
}
section.development .content .development-block {
padding: 0 45px
}
section.development .content .development-block h5.section-title {
margin-top: 18px;
margin-bottom: 22px
}
section.development .content .development-block__content .development-block__img {
width: 50%;
float: left;
margin-right: 20px
}
section.context-adv .context-adv-block__content img,
section.development .content .development-block__content img {
display: block;
width: 100%
}
section.development .content .development-block__content p {
text-align: justify;
letter-spacing: .03em;
line-height: 154%
}
@media (min-width:1441px) {
section.development .content .development-block__content img {
display: block;
width: 100%
}
section.development .content .development-block__content p {
font-size: 1.1vw
}
}
@media (max-width:1024px) {
section.development .content .ofert a.btn-icon {
margin-left: 20px
}
section.development .content .development-block__content.first-dev .development-block__text p {
font-size: 14px
}
}
@media (max-width:768px) {
section.development .content .development-block,
section.development .content .ofert {
padding: 0 10px
}
section.development .content .ofert p {
margin-right: 10px
}
section.development .content .ofert a.btn-icon {
max-width: 170px
}
section.development .content .development-block__content .development-block__img {
float: unset;
width: 100%;
margin-bottom: 20px
}
section.development .content .development-block__content .development-block__text p {
margin-left: 0
}
section.development .content .development-block__content.first-dev,
section.development .content .development-block__content.second-dev,
section.development .content .development-block__content.third-dev {
grid-template-columns: 1fr
}
section.development .content .development-block__content.third-dev img {
margin-bottom: 20px
}
}
@media (max-width:640px) {
section.development .content .ofert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: unset
}
section.development .content .ofert p {
text-align: center;
margin: 10px 0
}
section.development .content .ofert a.btn-icon {
margin-bottom: 10px
}
}
@media (max-width:475px) {
section.development .content .development-block h5.section-title::before {
top: 6px;
-webkit-transform: unset;
transform: unset
}
}
section.our-cases .our-cases-block {
padding: 0 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
section.our-cases .our-cases-block h5.section-title {
margin-right: 33px;
-ms-flex-item-align: start;
align-self: start
}
section.our-cases .our-cases-block__content {
display: grid;
grid-template-columns: repeat(4, 1fr);
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px
}
section.our-cases .our-cases-block__content .case__header {
-webkit-transition: .5s linear;
transition: .5s linear;
background-color: #f86d0b;
color: #fff;
text-align: center
}
section.adv-cases .adv-cases-block .case__header h6,
section.our-cases .our-cases-block__content .case__header h6 {
font-size: 20px;
font-weight: 400;
letter-spacing: .03em;
line-height: 20px;
margin-bottom: 5px
}
section.our-cases .our-cases-block__content .case__header p {
font-size: 14px;
line-height: 14px;
margin-bottom: 21px;
letter-spacing: .03em
}
section.our-cases .our-cases-block__content .case__header a.btn-icon {
margin: 0 auto;
max-width: 169px;
border: 1px solid #fff
}
section.adv-cases .adv-cases-block .case__header a.btn-icon .icon,
section.our-cases .our-cases-block__content .case__header a.btn-icon .icon {
-webkit-transition: .25s linear;
transition: .25s linear;
background-color: #fff;
margin-left: -1px
}
section.adv-cases .adv-cases-block .case__header a.btn-icon .icon svg,
section.our-cases .our-cases-block__content .case__header a.btn-icon .icon svg {
-webkit-transition: .25s linear;
transition: .25s linear;
fill: #f86d0b
}
section.our-cases .our-cases-block__content .case__header a.btn-icon span.link-text {
padding-left: 0;
margin: 0 auto
}
section.our-cases .our-cases-block__content .case__text {
padding: 18px 20px 20px;
background-color: #fff;
text-align: center;
border: 1px solid #f86d0b
}
section.our-cases .our-cases-block__content .case__text p {
font-size: 14px
}
section.our-cases .our-cases-block__content .case__text p.orange-color {
font-size: 16px;
margin-top: 10px
}
section.our-cases .our-cases-block__content .case-default .case__header {
height: 163px
}
section.our-cases .our-cases-block__content .case-wide {
height: 276px;
margin: 21px 0;
display: grid;
grid-template-columns: 48% 52%
}
section.our-cases .our-cases-block__content .case-wide-first {
grid-column: 1/3
}
section.our-cases .our-cases-block__content .case-wide-second {
grid-column: 3/5
}
section.our-cases .our-cases-block__content .case-default .case__header,
section.our-cases .our-cases-block__content .case-wide .case__header,
section.our-cases .our-cases-block__content .case-wide .case__text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
section.our-cases .our-cases-block__content .case-ultra-wide {
grid-column: 1/5;
margin-bottom: 21px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header {
padding: 0 75px;
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header a.btn-icon,
section.our-cases .our-cases-block__content .case-ultra-wide .case__header h6,
section.our-cases .our-cases-block__content .case-ultra-wide .case__header p {
margin: 0
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header p {
margin-left: auto;
margin-right: 67px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__text {
position: relative
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__text p {
padding: 0 75px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__text p.orange-color {
padding: 0
}
section.adv-cases .adv-cases-block .case:hover>.case__header a.btn-icon,
section.our-cases .our-cases-block__content .case:hover>.case__header a.btn-icon {
border: 1px solid #f86d0b
}
section.adv-cases .adv-cases-block .case:hover>.case__header a.btn-icon svg,
section.our-cases .our-cases-block__content .case:hover>.case__header a.btn-icon svg {
fill: #fff
}
@media (max-width:1024px) {
section.our-cases .case-1 {
grid-area: case-1
}
section.our-cases .case-2 {
grid-area: case-2
}
section.our-cases .case-3 {
grid-area: case-3
}
section.our-cases .case-4 {
grid-area: case-4
}
section.our-cases .case-5 {
grid-area: case-5
}
section.our-cases .case-6 {
grid-area: case-6
}
section.our-cases .case-7 {
grid-area: case-7
}
section.our-cases .our-cases-block__content {
grid-template-areas: "case-1 case-1 case-2 case-2" "case-3 case-3 case-4 case-4" "case-5 case-5 case-5 case-5" "case-6 case-6 case-6 case-6" "case-7 case-7 case-7 case-7";
row-gap: 20px
}
section.our-cases .our-cases-block__content .case-wide.case-wide-first,
section.our-cases .our-cases-block__content .case-wide.case-wide-second {
grid-column: 1/5
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header {
padding: 0 10px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__text p {
padding: 0
}
}
@media (max-width:768px) {
section.our-cases .our-cases-block {
padding: 0 10px
}
section.our-cases .our-cases-block h5.section-title {
margin-right: 10px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header p,
section.our-cases .our-cases-block__content .case-wide {
margin: 0
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header h6 {
font-size: 16px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header a.btn-icon {
width: 56px;
margin-left: 50px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header a.btn-icon span {
display: none
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__text p {
padding: 0
}
section.our-cases .our-cases-block__content .case-ultra-wide.mt-20 {
margin-top: 0
}
}
@media (max-width:500px) {
section.our-cases .our-cases-block__content .case__header,
section.our-cases .our-cases-block__content .case__text {
padding: 10px
}
section.our-cases .our-cases-block__content .case__header p {
line-height: 20px;
margin-bottom: 10px
}
section.our-cases .our-cases-block__content .case__header a.btn-icon {
width: 56px
}
section.our-cases .our-cases-block__content .case__header a.btn-icon span {
display: none
}
}
@media (max-width:450px) {
section.our-cases .our-cases-block__content {
grid-template-areas: "case-1 case-1 case-1 case-1" "case-2 case-2 case-2 case-2" "case-3 case-3 case-3 case-3" "case-4 case-4 case-4 case-4" "case-5 case-5 case-5 case-5" "case-6 case-6 case-6 case-6" "case-7 case-7 case-7 case-7"
}
}
@media (max-width:425px) {
section.our-cases .our-cases-block__content .case-wide {
grid-template-columns: unset;
height: unset
}
section.our-cases .our-cases-block__content .case-wide .case__header {
height: 143px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header a.btn-icon {
margin-left: 5.5vw
}
}
@media (max-width:375px) {
section.our-cases .our-cases-block__content .case-ultra-wide .case__header {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 143px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header h6 {
font-size: 20px;
margin-bottom: 5px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header p {
font-size: 14px;
margin-bottom: 10px
}
section.our-cases .our-cases-block__content .case-ultra-wide .case__header a.btn-icon {
margin-left: 0;
margin-right: 0
}
}
section.context-adv .context-adv-block {
padding: 0 45px;
margin-bottom: 38px
}
section.context-adv .context-adv-block h5.section-title {
text-align: right;
padding-left: 0;
margin-bottom: 19px;
padding-right: 1em
}
section.context-adv .context-adv-block h5.section-title:before {
left: initial;
right: 0
}
section.context-adv .context-adv-block__content .context-adv-block__img {
float: left;
width: 50%;
margin-right: 20px
}
section.context-adv .context-adv-block__content .right-image {
float: right;
margin-right: 0;
margin-left: 20px
}
section.context-adv .context-adv-block__content h6 {
font-size: 18px;
letter-spacing: .03em;
font-weight: 500;
margin: 0 0 10px
}
section.context-adv .context-adv-block__content p {
line-height: 25px;
margin-right: 20px;
text-align: justify
}
@media (min-width:1441px) {
section.context-adv .context-adv-block__content img {
display: block;
width: 100%
}
section.context-adv .context-adv-block__content p {
font-size: 1.1vw
}
}
@media (max-width:768px) {
section.context-adv .context-adv-block {
padding: 0 10px
}
section.context-adv .context-adv-block__content {
grid-template-columns: 1fr
}
section.context-adv .context-adv-block__content .context-adv-block__img {
float: unset;
width: 100%;
margin: 0 0 20px
}
section.context-adv .context-adv-block__content.context-second img {
margin-top: 20px
}
}
section.adv-cases .adv-cases-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 45px
}
section.adv-cases .adv-cases-block h5.section-title {
-ms-flex-item-align: start;
align-self: start;
margin-left: 40px
}
section.adv-cases .adv-cases-block .case__header {
-webkit-transition: .5s linear;
transition: .5s linear;
background-color: #f86d0b;
color: #fff;
text-align: center
}
section.adv-cases .adv-cases-block .case__header p {
font-size: 14px;
line-height: 14px;
margin-bottom: 21px;
letter-spacing: .03em
}
section.adv-cases .adv-cases-block .case__header a.btn-icon {
margin: 0 auto;
max-width: 169px;
border: 1px solid #fff
}
section.adv-cases .adv-cases-block .case__header a.btn-icon span.link-text {
padding-left: 0;
margin: 0 auto
}
section.adv-cases .adv-cases-block .case__text {
padding: 18px 20px 20px;
background-color: #fff;
text-align: center;
border: 1px solid #f86d0b
}
section.adv-cases .adv-cases-block .case__text p {
font-size: 14px
}
section.adv-cases .adv-cases-block .case__text p.orange-color {
font-size: 16px;
margin-top: 23px
}
section.adv-cases .adv-cases-block .case-ultra-wide {
margin-bottom: 21px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header {
padding: 0 75px;
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header a.btn-icon,
section.adv-cases .adv-cases-block .case-ultra-wide .case__header h6,
section.adv-cases .adv-cases-block .case-ultra-wide .case__header p {
margin: 0
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header p {
margin-left: auto;
margin-right: 67px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__text {
position: relative
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__text p {
padding: 0 55px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__text p .orange-color {
position: absolute;
padding-bottom: 0;
bottom: 21px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
@media (max-width:1024px) {
section.adv-cases .adv-cases-block .case.case-ultra-wide .case__header {
padding: 0 15px
}
section.adv-cases .adv-cases-block .case.case-ultra-wide .case__text p {
padding: 0
}
}
@media (max-width:768px) {
section.adv-cases .adv-cases-block {
padding: 0 10px
}
section.adv-cases .adv-cases-block h5.section-title {
margin-left: 10px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__text p {
padding: 0
}
}
@media (max-width:640px) {
section.adv-cases .adv-cases-block .case-ultra-wide .case__header h6 {
font-size: 16px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header p {
margin-left: 0;
margin-right: 0
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header a.btn-icon {
width: 56px;
margin-left: 50px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header a.btn-icon span {
display: none
}
}
@media (max-width:425px) {
section.adv-cases .adv-cases-block .case-ultra-wide .case__header a.btn-icon {
margin-left: 5.5vw
}
}
@media (max-width:375px) {
section.adv-cases .adv-cases-block .case-ultra-wide .case__header {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 143px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header h6 {
font-size: 20px;
margin-bottom: 5px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header p {
font-size: 14px;
margin-bottom: 10px
}
section.adv-cases .adv-cases-block .case-ultra-wide .case__header a.btn-icon {
margin-left: 0;
margin-right: 0
}
}
section.contacts .contact-block {
margin-top: 40px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 43px 0 34px
}
section.contacts .contact-block h5.section-title {
-ms-flex-item-align: start;
align-self: start;
margin-right: 34px
}
section.contacts .contact-block .content {
width: 100%
}
section.contacts .contact-block .content .contact-banner {
background: url(//anika-cs.by/wp-content/themes/anika/images/contact-banner.jpg) center center no-repeat;
background-size: cover;
width: 100%;
height: 518px;
color: #fff;
padding-left: 128px;
margin-bottom: 38px
}
section.contacts .contact-block .content .contact-banner h2 {
text-transform: uppercase;
padding-top: 44px;
font-size: 3.35vw
}
section.contacts .contact-block .content .contact-banner p.banner-quote {
position: relative;
display: inline;
font-size: 2.45vw;
letter-spacing: .06em;
font-weight: 200;
text-transform: uppercase
}
section.contacts .contact-block .content .contact-banner p.banner-quote::after {
position: absolute;
content: '© Билл Гейтс';
font-size: 1.39vw;
bottom: -27px;
right: 0
}
section.contacts .contact-block .content .contact-banner .contacts-info {
font-size: 20px;
line-height: 27px;
display: grid;
grid-template-columns: 2fr 3fr;
margin-top: 77px
}
section.contacts .contact-block .content .contact-banner .contacts-info .address {
max-width: 369px;
margin-right: 36px;
white-space: nowrap
}
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
max-width: 269px;
text-align: right
}
section.contacts .contact-block .content .map {
margin-bottom: 34px
}
section.contacts .contact-block .content .map iframe {
display: block
}
@media (max-width:1100px) {
section.contacts .contact-block .content .contact-banner {
padding-left: 60px
}
}
@media (max-width:1024px) {
section.contacts .contact-block .content .contact-banner {
padding-left: 30px;
padding-right: 30px
}
section.contacts .contact-block .content .contact-banner p.banner-quote::after {
bottom: -20px
}
section.contacts .contact-block .content .contact-banner .contacts-info {
font-size: 1.66vw
}
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
justify-self: center
}
}
@media (max-width:768px) {
section.contacts .contact-block .content .contact-banner .contacts-info {
margin-top: 90px;
grid-template-columns: 1fr
}
section.contacts .contact-block .content .contact-banner .contacts-info .address,
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
font-size: 16px;
line-height: 137%
}
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
margin-top: 20px;
justify-self: end
}
}
@media (max-width:640px) {
section.contacts .contact-block {
padding-right: 20px
}
section.contacts .contact-block h5.section-title {
margin-right: 10px
}
section.contacts .contact-block .content .contact-banner {
height: auto;
padding-bottom: 20px
}
section.contacts .contact-block .content .contact-banner p.banner-quote::after {
bottom: -10px;
font-size: 8px
}
section.contacts .contact-block .content .contact-banner .contacts-info {
margin-top: 40px
}
section.contacts .contact-block .content .contact-banner .contacts-info .address {
margin-right: 0
}
}
@media (max-width:500px) {
section.contacts .contact-block {
padding-left: 10px;
padding-right: 0;
margin-right: 10px
}
section.contacts .contact-block h5.section-title {
margin-right: 10px
}
section.contacts .contact-block .content .contact-banner {
padding-left: 10px;
padding-right: 10px
}
section.contacts .contact-block .content .contact-banner h2 {
font-size: 4.26vw
}
section.contacts .contact-block .content .contact-banner p.banner-quote {
font-size: 2.7vw
}
section.contacts .contact-block .content .contact-banner p.banner-quote::after {
font-size: 1.7vw;
bottom: -12px
}
}
@media (max-width:425px) {
section.contacts .contact-block .content .contact-banner {
padding-left: 15px;
padding-right: 15px
}
section.contacts .contact-block .content .contact-banner .contacts-info .address,
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
font-size: 14px
}
}
@media (max-width:375px) {
section.contacts .contact-block {
padding-right: 0
}
section.contacts .contact-block .content .contact-banner {
padding-left: 10px;
padding-right: 10px
}
section.contacts .contact-block .content .contact-banner .contacts-info .address,
section.contacts .contact-block .content .contact-banner .contacts-info .telephones {
font-size: 12px
}
}
section.news .news-block {
padding-right: 43px
}
section.news .news-block h4 {
display: block;
font-size: 27px;
margin: 20px 0
}
section.news .news-block h5.section-title {
-ms-flex-item-align: start;
align-self: start;
margin-left: 33px;
margin-right: 34px
}
section.news .news-block .sales,
section.news .news-block div.news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px
}
section.news .news-block .sales img,
section.news .news-block div.news .news-content__block img {
object-fit: cover;
display: block;
width: 100%
}
section.news .news-block div.news {
margin-bottom: 53px
}
section.news .news-block div.news .news-content .side-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
section.news .news-block div.news .news-content__block {
position: relative;
margin-bottom: 24px
}
section.news .news-block div.news .news-content__block h5.section-title {
margin-left: 15px;
margin-top: 20px
}
section.news .news-block div.news .news-content .featured-news {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
section.news .news-block div.news .news-content .featured-news .block__background,
section.news .news-block div.news .news-content__block .block__text {
background-color: #fff;
-webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
box-shadow: 2px 4px 16px rgba(0, 0, 0, .25)
}
section.news .news-block div.news .news-content .featured-news,
section.portfolio .portfolio .tabs .tab span {
position: relative
}
section.news .news-block div.news .news-content .featured-news img {
max-height: 400px
}
section.news .news-block div.news .news-content .featured-news .block__background {
position: absolute;
bottom: 0;
width: 100%
}
section.news .news-block div.news .news-content .featured-news .block__background.single {
position: initial
}
section.news .news-block div.news .news-content .featured-news .block__background.single h6 {
padding-left: 20px;
padding-bottom: 0
}
section.news .news-block div.news .news-content .featured-news .block__background.single .block__background__text img {
width: unset;
height: unset;
margin: 10px auto
}
section.news .news-block div.news .news-content .featured-news .block__background__text {
padding: 20px;
text-align: justify
}
section.news .news-block div.news .news-content .featured-news .block__background__text ul {
padding-left: 20px;
}
section.news .news-block div.news .news-content .featured-news .block__background a {
text-decoration: none;
-webkit-transition: .1s linear;
transition: .1s linear
}
section.news .news-block div.news .news-content .boxes-news .box-news a.box-news-title:hover,
section.news .news-block div.news .news-content .default-news .block__text a:hover,
section.news .news-block div.news .news-content .featured-news .block__background a:hover,
section.news .news-block div.news .news-content .list-news ul li a:hover,
section.portfolio .portfolio .tabs .tab.active,
section.portfolio .portfolio .tabs .tab:hover {
color: #f86d0b
}
section.news .news-block div.news .news-content .featured-news .block__background h6 {
padding: 10px 0 26px 35px;
color: #000;
font-weight: 400;
font-size: 25px;
line-height: 37px;
margin-bottom: 10px
}
section.news .news-block div.news .news-content .featured-news .block__background p {
font-size: 16px;
line-height: 24px
}
section.news .news-block div.news .news-content .featured-news .block__background .text {
height: 468px;
padding-right: 49px;
overflow-y: scroll
}
section.news .news-block div.news .news-content .news_item {
display: block;
margin-top: 20px;
min-height: 140px
}
section.news .news-block div.news .news-content .news_item__img {
width: 220px;
min-width: 220px;
max-width: 220px;
margin-right: 10px;
height: 140px;
float: left
}
section.news .news-block div.news .news-content .news_item__img .news_item__img_wrapper {
float: left;
max-width: 100%;
width: 100%;
height: 100%
}
section.news .news-block div.news .news-content .news_item__img img {
width: 100%;
height: 100%
}
section.news .news-block div.news .news-content .news_item__content .title {
text-decoration: none;
color: #f86d0b;
text-transform: uppercase
}
section.news .news-block div.news .news-content .news_item__content .date {
font-size: 13px
}
section.news .news-block div.news .news-content .news_item__content .excerpt {
text-align: justify
}
section.news .news-block div.news .news-content .news_item__content .link-post {
font-size: 13px;
display: block;
text-align: right;
color: #f86d0b;
text-decoration: none
}
section.news .news-block div.news .news-content .default-news {
-webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
box-shadow: 2px 4px 16px rgba(0, 0, 0, .25)
}
section.news .news-block div.news .news-content .default-news img {
height: 232px
}
section.news .news-block div.news .news-content .default-news .block__text a {
display: block;
width: 100%;
height: 100%;
padding: 13px 22px 18px;
text-decoration: none;
color: #000;
font-weight: 400;
font-size: 19px;
line-height: 29px;
-webkit-transition: .1s linear;
transition: .1s linear
}
section.news .news-block div.news .news-content .boxes-news {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: calc(65% - 10px) 35%;
row-gap: 10px;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px
}
section.news .news-block div.news .news-content .boxes-news a {
text-decoration: none;
color: #000
}
section.news .news-block div.news .news-content .boxes-news .wide-box-news {
grid-column: 1/3
}
section.news .news-block div.news .news-content .boxes-news .box-news,
section.news .news-block div.news .news-content .boxes-news .box-news a.box-news-title {
position: relative;
-webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
box-shadow: 2px 4px 16px rgba(0, 0, 0, .25)
}
section.news .news-block div.news .news-content .boxes-news .box-news img,
section.portfolio .portfolio-cases__content .case img {
display: block;
width: 100%;
height: 100%
}
section.news .news-block div.news .news-content .boxes-news .box-news a.box-news-title {
min-height: 58px;
position: absolute;
bottom: 0;
color: #000;
width: 100%;
padding: 5px 5px 5px 10px;
background-color: rgba(255, 255, 255, .95);
-webkit-transition: .2s linear;
transition: .2s linear
}
section.news .news-block div.news .news-content .list-news {
padding: 15px 22px;
background-color: #fff;
-webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
box-shadow: 2px 4px 16px rgba(0, 0, 0, .25);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
section.news .news-block div.news .news-content .list-news ul {
list-style-type: none
}
section.news .news-block div.news .news-content .list-news ul li {
margin-bottom: 20px
}
section.news .news-block div.news .news-content .list-news ul li::before {
content: '●';
color: #f86d0b;
padding-right: 15px
}
section.news .news-block div.news .news-content .list-news ul li a {
color: #282828;
text-decoration: none;
font-size: 1.37vw;
line-height: 29px;
-webkit-transition: .25s linear;
transition: .25s linear
}
section.news .news-block div.news .news-content .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 18px
}
section.news .news-block div.news .news-content .pagination .nav-links a,
section.news .news-block div.news .news-content .pagination span {
width: 30px;
height: 33px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #f86d0b;
color: #f86d0b;
font-size: 16px;
margin-right: 8px;
-webkit-transition: .25s linear;
transition: .25s linear
}
section.news .news-block div.news .news-content .pagination .nav-links a:hover,
section.news .news-block div.news .news-content .pagination span:hover {
background-color: #f86d0b;
color: #fff
}
section.news .news-block div.news .news-content .pagination span.dots {
border: 0
}
section.news .news-block div.news .news-content .pagination .nav-links,
section.portfolio {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
section.news .news-block div.news .news-content .pagination .nav-links a {
cursor: pointer;
text-decoration: none
}
section.news .news-block div.news .news-content .pagination .nav-links a:last-child {
margin-right: 0
}
section.news .news-block div.news .news-content .pagination .nav-links a.next.page-numbers,
section.news .news-block div.news .news-content .pagination .nav-links a.prev.page-numbers {
display: none
}
section.news .news-block .news-single {
margin-top: 20px
}
@media (min-width:1440px) {
section.news .news-block div.news .news-content ul li a {
font-size: 20px
}
}
@media (max-width:1280px) {
section.news .news-block div.news .news-content .featured-news .block__background {
position: relative
}
section.news .news-block div.news .news-content .featured-news .block__background .text {
height: 468px
}
}
@media (max-width:1143px) {
section.news .news-block div.news .news-content .featured-news .block__background .text {
height: 438px
}
}
@media (max-width:1024px) {
section.news .news-block div.news .news-content {
grid-template-columns: 1fr;
margin-top: 0
}
section.news .news-block div.news .news-content .news-content__block h5.section-title {
display: none
}
section.news .news-block div.news .news-content .news-content__block .news_item:first-child {
margin-top: 0
}
section.news .news-block div.news .news-content .featured-news {
margin-bottom: 50px;
padding-bottom: 10px
}
section.news .news-block div.news .news-content .featured-news .block__background .text {
height: 468px
}
section.news .news-block div.news .news-content .side-news .boxes-news {
grid-template-rows: 1fr
}
section.news .news-block div.news .news-content .side-news .boxes-news .box-news a.box-news-title {
display: block;
width: 100%;
padding: 5px 5px 5px 10px;
text-decoration: none;
color: #000;
font-weight: 400;
font-size: 19px;
line-height: 29px;
-webkit-transition: .1s linear;
transition: .1s linear
}
section.news .news-block div.news .news-content .side-news .list-news {
grid-column: 1/3
}
section.news .news-block div.news .news-content .pagination {
margin-bottom: 20px
}
section.news .news-block div.news.news-single .news-content {
margin-top: 0
}
}
@media (max-width:768px) {
section.news .news-block h4 {
font-size: 3vw;
padding-left: 43px
}
section.news .news-block .sales div.banner {
min-height: 100%
}
section.news .news-block .sales div.banner img {
display: block;
height: 100%
}
section.news .news-block div.news .news-content__block .featured-news .block__background a {
font-size: 3.2vw
}
section.news .news-block div.news .news-content__block .featured-news .block__background a.post-title {
font-size: 22px
}
}
@media (max-width:640px) {
section.news .news-block {
padding-right: 10px
}
section.news .news-block .sales h5.section-title,
section.news .news-block div.news h5.section-title {
margin-left: 10px;
margin-right: 10px
}
section.news .news-block div.news .news-content__block .featured-news .block__background a {
padding: 10px
}
section.news .news-block div.news .news-content__block .news_item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
section.news .news-block div.news .news-content__block .news_item__img {
max-width: unset;
min-width: unset;
width: 100%
}
section.news .news-block div.news .news-content__block .news_item__content {
margin-left: 0;
margin-top: 10px
}
section.news .news-block div.news .news-content .default-news {
position: relative
}
section.news .news-block div.news .news-content .default-news .block__text {
position: absolute;
bottom: 0;
width: 100%;
background-color: 255, 255, 255, .95
}
section.news .news-block div.news .news-content .default-news .block__text a,
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news a {
font-size: 16px
}
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news {
grid-template-columns: 1fr;
grid-template-rows: minmax(220px, 1fr)
}
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .wide-box-news {
grid-column: unset
}
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news img {
min-height: 220px
}
section.news .news-block div.news .news-content .side-news .list-news ul {
line-height: unset
}
section.news .news-block div.news .news-content .side-news .list-news ul li a {
font-size: 2.5vw
}
section.news .news-block div.news .news-content .side-news .news-content__block {
grid-column: 1/3
}
}
@media (max-width:510px) {
section.news .news-block div.news .news-content__block .featured-news .block__background.single h6 {
font-size: 18px;
margin-bottom: 0
}
section.news .news-block div.news .news-content__block .featured-news .block__background a.post-title {
font-size: 19px;
margin-bottom: 0;
padding-bottom: 0;
line-height: 22px
}
}
@media (max-width:500px) {
section.news .news-block div.news .news-content__block .featured-news,
section.news .news-block div.news .side-news .list-news ul li {
margin-bottom: 0
}
section.news .news-block div.news .news-content__block .featured-news .block__background a {
font-size: 16px
}
section.news .news-block div.news .news-content__block .featured-news .block__background p {
font-size: 14px
}
section.news .news-block div.news .news-content__block .featured-news .text {
padding-right: 10px
}
}
@media (max-width:425px) {
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news {
grid-template-rows: 160px
}
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news {
height: 160px;
overflow: hidden
}
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news a.box-image,
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news a.box-image img {
display: block;
height: 160px
}
section.news .news-block div.news .news-content .side-news .default-news .block__text a,
section.news .news-block div.news .news-content .side-news .news-content__block.boxes-news .box-news a.box-news-title {
padding: 5px 5px 5px 10px
}
section.news .news-block div.news .news-content .side-news .list-news {
padding: 10px
}
section.news .news-block div.news .news-content .side-news .list-news ul li a {
font-size: 16px
}
section.news .news-block div.news .news-content .side-news .default-news {
height: 160px;
overflow: hidden
}
section.news .news-block div.news .news-content .side-news .default-news a img {
height: 160px
}
}
section.portfolio .portfolio {
margin-bottom: 44px;
padding-right: 43px
}
section.portfolio .portfolio h4 {
text-transform: uppercase;
color: #f86d0b;
font-size: 27px;
font-weight: 400;
text-align: center;
padding: 0 10px;
margin: 20px -43px 20px 0
}
section.portfolio .portfolio .tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 27px;
max-width: 1043px;
width: 100%;
margin: 0 auto 33px;
text-transform: uppercase
}
section.portfolio .portfolio .tabs .tab {
font-size: 18px;
border: 1px solid #c4c4c4;
white-space: nowrap;
padding: 12px 14px 12px 16px;
color: #7b7878;
-webkit-transition: .25s linear;
transition: .25s linear;
cursor: pointer
}
section.portfolio .portfolio .tabs .tab.active span::before {
content: '';
position: absolute;
width: 100%;
height: 3px;
background-color: #f86d0b;
left: 0;
bottom: -15px
}
section.portfolio .portfolio-cases h5.section-title {
float: left;
-ms-flex-item-align: start;
align-self: start;
margin: 0 33px
}
section.portfolio .portfolio-cases__content {
display: grid;
grid-template-columns: repeat(3, 1fr);
-webkit-column-gap: 11px;
-moz-column-gap: 11px;
column-gap: 11px;
row-gap: 11px
}
section.portfolio .portfolio-cases__content .case {
max-height: 393px
}
section.portfolio .portfolio-cases__content .case-empty {
width: 100%;
padding-top: 100%;
background-color: #c4c4c4
}
section.portfolio .portfolio .more,
section.portfolio .portfolio .more a.more-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
section.portfolio .portfolio .more {
grid-column: 1/4;
margin: 20px auto 0;
max-width: 100%
}
section.portfolio .portfolio .more span.line {
display: block;
width: 3000px;
height: 1px;
background-color: #c4c4c4
}
section.portfolio .portfolio .more a.more-btn {
position: relative;
padding-left: 0;
text-decoration: none;
color: #f86d0b;
font-size: 18px;
text-transform: uppercase;
border: 1px solid #c4c4c4;
min-width: 124px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 48px
}
section.portfolio .portfolio .more a.more-btn::after {
content: url(//anika-cs.by/wp-content/themes/anika/images/icons/arrow.svg);
position: absolute;
right: 24px
}
section.portfolio .portfolio .more a.more-btn.active::after {
right: 13px;
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
top: 13px
}
section.portfolio .portfolio .more a.more-btn.active .btn-text {
position: absolute;
left: 17px
}
@media (max-width:1280px) {
section.portfolio .portfolio h4 {
font-size: 2vw
}
section.portfolio .portfolio .tabs {
margin-left: 20px;
margin-right: 20px
}
}
@media (max-width:768px) {
section.portfolio .portfolio {
padding-left: 10px
}
section.portfolio .portfolio .tabs .tab {
padding: 10px 12px
}
section.portfolio .portfolio .tabs .tab span {
font-size: 15px
}
}
@media (max-width:640px) {
section.portfolio .portfolio .tabs {
margin-right: 0;
margin-left: 0
}
section.portfolio .portfolio .tabs .tab span {
font-size: 2.35vw
}
section.portfolio .portfolio .portfolio-cases h5.section-title {
margin-right: 10px
}
section.portfolio .portfolio .portfolio-cases__content {
grid-template-columns: repeat(2, 1fr)
}
section.portfolio .portfolio .portfolio-cases__content .more {
grid-column: 1/3
}
}
@media (max-width:500px) {
section.portfolio .portfolio h4 {
padding-left: 10px;
padding-right: 10px
}
section.portfolio .portfolio .portfolio-cases h5.section-title {
margin-left: 0
}
}
@media (max-width:425px) {
section.portfolio .portfolio h4 {
font-size: 2.5vw
}
section.portfolio .portfolio .tabs .tab {
padding: 4px 7px
}
}
@media (max-width:375px) {
section.portfolio .portfolio .portfolio-cases h5.section-title {
margin-right: 0
}
section.portfolio .portfolio .portfolio-cases__content {
grid-template-columns: 1fr
}
}
.resources {
display: flex;
padding-right: 33px;
}
.resources .res-block {
width: calc(100% - 93px);
flex-grow: 1;
padding-top: 40px;
position: relative;
padding-left: 20px;
padding-right: 25px;
}
@media screen and (max-width: 1010px) {
.resources {
padding-right: 0;
}
.resources .res-block {
padding-left: 0;
padding-right: 0;
}
}
.resources .res-block h5 {
margin-left: 20px;
}
.resources .res-block__next,
.resources .res-block__prev {
position: absolute;
width: 30px;
height: 60px;
padding: 5px 0;
top: calc(48% - 30px);
border: none;
background: transparent;
}
@media screen and (max-width: 1010px) {
.resources .res-block__next,
.resources .res-block__prev {
display: none;
}
}
.resources .res-block__prev {
left: 25px;
z-index: 1000;
}
.resources .res-block__prev:hover {
cursor: pointer;
}
.resources .res-block__next {
right: 0;
transform: rotate(180deg);
}
.resources .res-block__next:hover {
cursor: pointer;
}
.resources .res-slider {
padding-top: 20px;
padding-left: 33px;
padding-bottom: 75px;
}
.resources .res-slider a {
text-decoration: none;
}
.resources .res-slider__slide {
display: flex;
justify-content: center;
aspect-ratio: 175/100;
border-radius: 10px;
margin-bottom: 50px;
}
.resources .res-slider__link {
width: 100%;
}
.resources .res-slider__img {
display: block;
width: 100%;
height: auto;
background-position: center;
background-size: cover;
border-radius: 10px;
box-shadow: 0px 2px 6px 0px rgba(34, 34, 34, 0.25);
}
.resources .res-slider__img:active,
.resources .res-slider__img:hover {
box-shadow: 0px 2px 6px 0px rgba(34, 34, 34, 0.65);
}
.resources .res-slider p {
text-align: center;
color: #1B0728;
font-size: 16px;
padding-top: 15px;
}section.portfolio .portfolio-cases__content--certificates {
grid-template-columns: repeat(4, 1fr);
}
section.portfolio .portfolio .more {
grid-column: 1/-1;
}
.case.hover .case__header {
background-color: #1b0728 !important;
}
.case.hover .icon {
background-color: #f86d0b !important;
}
.case.hover .icon svg {
fill: #ffffff !important;
}
.case.hover .service-btn {
border: 1px solid #f86d0b !important;
}
.our-cases-block__wrapper .section-title::before {
display: none;
}
.our-cases-block__wrapper .section-title {
padding-left: 0;
margin-bottom: 20px;
font-size: 20px;
line-height: 26px;
}
.our-cases-block__wrapper .section-title span {
color: #f86d0b;
}
section.our-cases .our-cases-block {
flex-direction: row-reverse;
gap: 30px;
}
section.our-cases .our-cases-block__content {
grid-template-columns: repeat(4,calc(25% - 15px));
}
section.our-cases .our-cases-block h5.section-title.vertical-title {
margin-right: 0;
}
@media (max-width: 1200px) {
section.portfolio .portfolio-cases__content--certificates {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1024px) {
section.portfolio .portfolio-cases__content--certificates {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
section.our-cases .our-cases-block {
gap: 5px;
}
section.our-cases .our-cases-block h5.section-title.vertical-title {
display: none;
}
}
@media (max-width: 420px) {
section.portfolio .portfolio .portfolio-cases__content--certificates {
grid-template-columns: 1fr;
}
}@font-face {
font-family: swiper-icons;
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 0.3s opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
z-index: 0;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
z-index: 0;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
backface-visibility: hidden;
overflow: hidden;
}